11. Add TextViews to Layout with While Loop
Add TextViews to Layout with While Loop
Question:
Start Quiz:
Solution:
INSTRUCTOR NOTE:
Video Correction
At 5:35, Jessica uses words[index]
, but it should be words.get(index)
because we are using an ArrayList not an Array anymore.